バージョン

LongPeriod メソッド (AbsoluteVolumeOscillatorIndicator<T>)

現在の AbsoluteVolumeOscillatorIndicator オブジェクトの短い移動平均期間を設定します。長い AVO 期間の一般的な値で初期値は 30 です。
シンタックス
'宣言
 
Public Function LongPeriod( _
   ByVal longPeriod As System.Integer _
) As AbsoluteVolumeOscillatorIndicator(Of T)
public AbsoluteVolumeOscillatorIndicator<T> LongPeriod( 
   System.int longPeriod
)

パラメータ

longPeriod
解説
長い AVO 期間の一般的な値で初期値は 30 です。
参照

オンラインで表示: GitHub